Class SVTOAG.SendungsBody.Verarbeitungsergebnis

  • Enclosing class:
    SVTOAG.SendungsBody

    public static class SVTOAG.SendungsBody.Verarbeitungsergebnis
    extends Object

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Response_ID" type="{SV-Basis://XMLSchema/1.0}Response_ID_Stp"/>
             <choice>
               <element name="Weiterleitungsbestaetigung">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence>
                         <element name="Dateifolgenummer_Original">
                           <simpleType>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                               <length value="6"/>
                             </restriction>
                           </simpleType>
                         </element>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="Fehlermeldungen">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice>
                         <element name="Parser_Fehler">
                           <complexType>
                             <complexContent>
                               <extension base="{SV-Basis://XMLSchema/1.0}Parserfehler_Ctp">
                               </extension>
                             </complexContent>
                           </complexType>
                         </element>
                         <element name="Dateifehler">
                           <complexType>
                             <complexContent>
                               <extension base="{SV-Basis://XMLSchema/1.0}Dateifehler_Ctp">
                               </extension>
                             </complexContent>
                           </complexType>
                         </element>
                         <element name="Datensatzabweisung">
                           <complexType>
                             <complexContent>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="Dateifolgenummer_Original">
                                     <simpleType>
                                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                         <length value="6"/>
                                       </restriction>
                                     </simpleType>
                                   </element>
                                   <element name="Kernpruefung" maxOccurs="unbounded">
                                     <complexType>
                                       <complexContent>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                           <sequence>
                                             <element name="Datensatz_ID">
                                               <simpleType>
                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                   <minLength value="1"/>
                                                   <maxLength value="36"/>
                                                 </restriction>
                                               </simpleType>
                                             </element>
                                             <element name="Fehlercode" maxOccurs="9">
                                               <complexType>
                                                 <complexContent>
                                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                                     <sequence>
                                                       <element name="Fehlernummer" type="{SV-Basis://XMLSchema/1.0}Fehlercode_Stp"/>
                                                       <element name="Fehlertext" type="{SV-Basis://XMLSchema/1.0}Fehlertext_Stp"/>
                                                     </sequence>
                                                   </restriction>
                                                 </complexContent>
                                               </complexType>
                                             </element>
                                           </sequence>
                                         </restriction>
                                       </complexContent>
                                     </complexType>
                                   </element>
                                 </sequence>
                               </restriction>
                             </complexContent>
                           </complexType>
                         </element>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
             </choice>
           </sequence>
           <attribute name="Versionsnummer" use="required">
             <simpleType>
               <restriction base="{SV-Basis://XMLSchema/1.0}Versionsnummer_Stp">
                 <maxLength value="5"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>